home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
winbrow.bat
< prev
next >
Wrap
DOS Batch File
|
1996-06-09
|
842b
|
32 lines
echo off
cls
echo.
echo WINBROWZ graphics viewer and converter must be installed
echo.
echo to your hard disk to run properly.
echo.
echo This batch file will install WINBROWZ to drive "C".
echo.
echo You can copy it to another drive if you want.
echo.
echo Then simply double click on WINBROWZ.EXE to run the program.
echo.
echo After loading WINBROWZ, click on the drive selection bar to
echo.
echo to select the drive on which the clipart or photos are located.
echo.
echo Then click on the directory in which the graphics are stored.
echo.
echo Then click on the VIEW ALL button to see all the graphics.
echo.
echo Hit CTRL-C to stop this installation and any other key to continue.
echo.
echo.
pause
cd winbrowz
md c:\winbrowz
copy *.* c:\winbrowz
attrib c:\winbrowz\*.* -r
winbrowz